const runtime._Pgcstop
13 uses
runtime (current package)
metrics.go#L827: case _Pgcstop:
proc.go#L1663: gp.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
proc.go#L1682: pp.status = _Pgcstop
proc.go#L1719: if pp.status != _Pgcstop {
proc.go#L3159: pp.status = _Pgcstop
proc.go#L3312: pp.status = _Pgcstop
proc.go#L4764: atomic.Store(&pp.status, _Pgcstop)
proc.go#L5909: pp.status = _Pgcstop
proc.go#L6803: s.releaseP(_Pgcstop)
proc.go#L6818: if state != _Pidle && state != _Pgcstop {
runtime2.go#L156: _Pgcstop
tracestatus.go#L56: case _Pidle, _Pgcstop:
tracestatus.go#L58: if pp.status == _Pgcstop && inSTW {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |